Editing a server-side include

Like library items, server-side includes are selected as a whole unit in the Document window. Unlike library items, the HTML source code contained in an include does not appear in the HTML Source inspector. Instead, the actual server instruction appears, looking like this:

<!--#include virtual="/uber/html/footer.html" -->

To edit the content associated with the included file, you must open the file.

To edit a server-side include:

1 Select the server-side include in either the Document window or the HTML Source inspector, and click Edit in the Property inspector.
The included file opens in a new Document window.
2 Edit the file; then save it.
The changes are immediately reflected in the current document and in any subsequent document you open that includes the file.